Timeline
Not logged in

19 timeline items related to "trunk" occurring around 2010-11-08 13:38:06.

2010-11-08
23:59
[b985f3bf91] refactored parser to change AST to ML-like one. (user: kinaba, tags: trunk)
21:26
[80ff567c75] Testing easyAST. (user: kinaba, tags: trunk)
20:57
[077506b38c] Generic toString utility added. (user: kinaba, tags: trunk)
20:45
[b11090f441] Pretty Printing of unittest success (user: kinaba, tags: trunk)
20:42
[5e407d7cf8] Lexer Refactored so that it can accpet multi-symbol token (user: kinaba, tags: trunk)
17:45
[8d297342aa] Replaced Token.Kind with bool quoted (user: kinaba, tags: trunk)
17:05
[c48ba67854] Changed release build script to ignore d2stacktrace. (user: kinaba, tags: trunk)
17:01
[b0d8d7875b] polemy.runtime renamed into polemy.value. Also, in process of changes to use unittest helpers. (user: kinaba, tags: trunk)
15:19
[61998c472a] Introduced unittest helpers (assert_eq, assert_throw, etc). Mmigration to it is not done yet. (user: kinaba, tags: trunk)
13:38
[12f7f02c46] turned -cov option on (for IDE execution) (user: kinaba, tags: trunk)
01:33
[172a537bea] operator < and > for integers, for writing Fibonacci function. (user: kinaba, tags: trunk)
01:31
[633e700889] If-expression implemented. Factorial now works. (user: kinaba, tags: trunk)
00:03
[820e7198cc] Made helloworld work. (user: kinaba, tags: trunk)
2010-11-07
23:34
[0569f7b8c2] - Added function literal evaluator (i.e., closure). - Workaround for d2stacktrace's infinite-loop bug. (when std.demangle.demangle use exception inside it, it will go into an infinite loop. to avoid this, I choose to unset TraceHandler during stacktrace generation. This is far from the complete solution, but at least it should work as expected under single-thread environment...) (user: kinaba, tags: trunk)
21:46
[3f5dc76a75] Added funcall expression parser and function literal parser. (user: kinaba, tags: trunk)
21:20
[5d4cb856d8] Added FuncallExpression (user: kinaba, tags: trunk)
19:32
[4198578702e] Changed several documentation comments into ddoc compatible ones. (user: kinaba, tags: trunk)
19:18
[423f308350] Initial commit. Just for setting up the environment. (user: kinaba, tags: trunk)
18:43
[f65680e1d2] initial empty check-in (user: kinaba, tags: trunk)